[DllImport("gdiplus.dll", CharSet=CharSet.Unicode, ExactSpelling=true)]
static extern int GdipAddPathBezier(HandleRef path, float x1, float y1,
float x2, float y2, float x3, float y3, float x4, float y4);
Declare Function GdipAddPathBezier Lib "gdiplus.dll" (TODO) As TODO
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!